home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / GRAPHICS / IMAGE_1-.SPK / !Image / Docs / P12 < prev    next >
Text File  |  1994-11-29  |  4KB  |  93 lines

  1.  
  2. Resizing Images
  3. ---------------
  4.  
  5. Image can resize a picture in several ways :
  6.  
  7.   Scale  - Scales the picture (up or down) to the desired size
  8.   
  9.   Crop   - Crops a picture
  10.   
  11.   Tile   - Repeats a picture the required number of times to fill new size
  12.   
  13.   Extend - Extends a picture outwards by adding blank areas (3 types)
  14.   
  15.   
  16. The resize control window contains several icons allowing each of the above
  17. to be performed. In the centre of the window are icons grouped under the
  18. label 'Size'. These icons allow the user to specify the size to resize to for
  19. all but the 'crop' resize operation. 
  20.  
  21. By selecting the 'Reset' icon the values in the 'Size' icons will be filled
  22. with the size of the current picture, whilst 'Current' fills it with the size
  23. at the current magnification.
  24.  
  25. If you enter a value in the icon marked 'Percentage' and select the 'Set'
  26. icon the 'Size' icons will be filled with the size of the current picture
  27. altered to that percentage (ie. 50 will make them half the size, 200 twice
  28. the size).
  29.  
  30. To the right of the 'Set' icon are two small option icons marked 'x' and 'y'.
  31. These control the adjusting of the size via the percentage option (above) and
  32. the 'Percentage Slider' (below). When the 'x' option is ticked any adjustment
  33. made via these two methods will affect the x size of the picture, and
  34. the same applies to the 'y' option. By default both options are set, but by
  35. switching off one of the options it is possible to alter just one of the
  36. dimensions.
  37.  
  38. By selecting the icon marked 'Thumb' the size icons will be filled with
  39. values to enable you to make a thumb nail picture. A thumb nail picture is a
  40. smaller representation of a picture for use in, say, a cataloguing system.
  41. This option takes the size of the picture and also two values from the
  42. 'Configuration' window (which define the max size for a thumb nail) and
  43. produce the correct values that keep the same aspect ratio.
  44.  
  45.  
  46. Scale
  47. -----
  48.  
  49. The Scale operation performs a standard scaling operation. The operation
  50. takes the whole picture and resizes it to fill the desired size. In Image
  51. scaling uses a bilinear interpolation, which means that the rescaling will be
  52. accurate - this means that if, say, you resize to twice the size you don't
  53. just get alternate pixels being the same as the one before.
  54.  
  55. Crop
  56. ----
  57.  
  58. The crop operation takes the portion of the picture currently visible in the
  59. display window and makes a picture comprising of just that area. Thus you can
  60. use the window resize and scroll bars in the display window to show the area
  61. you require and simply select 'Crop'.
  62.  
  63. Tile
  64. ----
  65.  
  66. The tile operation takes an input picture and produces an output (of the
  67. desired size) which is the input picture repeated (like tiles) the number of
  68. times necessary to fill the new size.
  69.  
  70. Extend
  71. ------
  72.  
  73. There are three extend operations, each make an output picture larger than
  74. the input, placing blank (black) around the input to fill the added areas.
  75. The three operations allow you to place the input picture in different
  76. positions in the output :
  77.  
  78.    Centre         - Places the input in the centre of the output
  79.    Top & Left     - Places the input in the top left corner of the output
  80.    Bottom & Right - Places the input in the bottom right corner of the output
  81.    
  82.  
  83. Note: The Extend and Tile operations will complain if you attempt to use them
  84. to reduce the size of a picture.
  85.  
  86. The 'Resize' Drag Icon
  87. ----------------------
  88.  
  89. At the bottom of the window is a slider icon. When you drag this icon the
  90. percentage icon is updated (along with the size icons) accordingly. This
  91. provides a simple way of working out the percentage you wish to scale a
  92. picture by to get a specific output picture size.
  93.